put SysEnvironment("noDialog:errGlobal") into attribs
if errGlobal Γëá empty then
answer "Error:" && errGlobal
put empty into errGlobal
else
put attribs into cd fld "attribute list"
end if
end mouseUp
-- part 2 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=11 top=117 right=288 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 4
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: attribute list
-- part contents for background part 38
----- text -----
44/50
-- part contents for background part 20
----- text -----
This XFCN returns the same information that the toolbox call SysEnvirons returns. The only difference is that we translate the information for you. This XFCN can not return the proper information for CPU's, keyboards or processors added since it was last updated. In this case it will say "unknown CPU xx" where xx is the number constant returned from the SysEnvirons call .